runtime.m.incgo (field)
12 uses
runtime (current package)
cgocall.go#L166: mp.incgo = true
cgocall.go#L179: mp.incgo = false
cgocall.go#L238: gp.m.incgo = false
cgocall.go#L251: gp.m.incgo = true
cgocall.go#L354: mp.incgo = false
panic.go#L1391: if gp.m.incgo || findfunc(pc).valid() {
proc.go#L2401: if gp := getg(); gp != nil && gp.m != nil && (gp.m.lockedExt != 0 || gp.m.incgo) && GOOS != "plan9" {
proc.go#L3567: if mp.incgo {
runtime2.go#L562: incgo bool // m is executing a cgo call
signal_unix.go#L791: if mp.incgo && gp == mp.g0 && mp.curg != nil {
signal_unix.go#L1142: if gp != nil && gp.m != nil && gp.m.curg != nil && !gp.m.isExtraInC && !gp.m.incgo {
traceback.go#L463: if doPrint && gp.m.incgo && f.funcID == abi.FuncID_sigpanic {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |